home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
fish
/
726-750
/
728
/
lastrefuge
/
unpackdisk
< prev
next >
Wrap
Text File
|
1995-03-18
|
552b
|
25 lines
.K ""
echo "This script will unpack LastRefuge.lhw to a disk in drive df1."
echo ""
ask "Do you have a blank disk ready?"
if not WARN
echo "Try again when you do ..."
echo "All Done. Click close gadget to get rid of window."
endcli
endif
ask "Is floppy drive df1: free?"
if not WARN
echo "You will need to do the unpacking yourself."
echo "All Done. Click close gadget to get rid of window."
endcli
endif
echo "Unpacking LastRefuge.lhw..."
:c/lhwarp WRITE 1 LastRefuge.lhw
echo "All Done. Click close gadget to get rid of window."
endcli